-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare v0.52.0 #860
Prepare v0.52.0 #860
Conversation
Nit:
Do we have an evidence? |
Great question. From what we last recall the performance for gRPC/REST is about on par at the moment, but we expect gRPC will improve. Additionally, gRPC has the streaming methods which have great performance in comparison to their REST counterparts. |
Can we only just say sth like |
Sure, that sounds like a nice compromise. |
Updated!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work everybody! 🎉
Is there time for a PR yet? Some test assertions improved? 😄 |
Sure! We won't be releasing until the morning |
Google Cloud PHP v0.52.0
We are proud to announce that generated clients such as
Google\Cloud\Bigtable\V2\BigtableClient
now support HTTP 1.1/JSON for the transport layer in addition to gRPC! While we still highly recommend gRPC for its additional features such as streaming, we know it may not always be an option. Please keep in mind, however, if choosing HTTP 1.1/JSON streaming methods will not be available at this time. (#857)google/cloud-bigtable v0.2.0
google/cloud-bigquery v1.0.2
google/cloud-container v0.2.0
google/cloud-core v1.15.2
google/cloud-dataproc v0.2.0
google/cloud-datastore v1.2.2
google/cloud-dlp v0.2.0
google/cloud-debugger v0.3.0
extSourceContext
field should be empty when there is nosource-contexts.json
file available. (Debugger: Default source context and default uniquifier #839)source-contexts.json
file is being deprecated in favor ofsource-context.json
. (Debugger: detect default source context #853)projectId
has been fixed. (Adds debugger system test #855)Google\Cloud\Debugger\SourceLocationResolver
has been added to assist in resolving source location. (Debugger: resolve source location #844)google/cloud-error-reporting v0.8.0
google/cloud-firestore v0.4.0
Google\Cloud\Firestore\FirestoreClient
still requires the gRPC extension. (Introduce HTTP 1.1/JSON support for GAPIC clients #857)headers
key for GAPICs. (Spanner/Firestore: rename userHeaders -> headers #861)google/cloud-logging v1.9.0
google/cloud-monitoring v0.8.0
google/cloud-oslogin v0.2.0
google/cloud-pubsub v0.12.0
google/cloud-spanner v1.1.0
Google\Cloud\Spanner\SpannerClient
still requires the gRPC extension. (Introduce HTTP 1.1/JSON support for GAPIC clients #857)headers
key for GAPICs. (Spanner/Firestore: rename userHeaders -> headers #861)google/cloud-speech v0.11.0
google/cloud-storage v1.3.3
google/cloud-trace v0.6.0
google/cloud-translate v1.1.1
google/cloud-videointelligence v0.9.0
google/cloud-vision v0.9.0
Misc
Big shoutout to @carusogabriel for his contributions to the library! (#835, #849, #862 )